PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDocumentSecurityStore Class / setCertificateRevocationLists Method
A collection of document security store items, each containing a DER encoded Certificate Revocation List (CRL) (see RFC 5280).
In This Topic
    setCertificateRevocationLists Method
    In This Topic
    Gets the certificate revocation lists collection.
    This collection contains CRLs that may be used in the validation of the signatures in the document.
    Syntax
    public void setCertificateRevocationLists( 
       PDFDocumentSecurityStoreItemCollection crls
    )

    Parameters

    crls
    A collection of document security store items, each containing a DER encoded Certificate Revocation List (CRL) (see RFC 5280).
    See Also